home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8436 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  32 lines

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: lavileric@aol.com (Lavileric)
  3. Newsgroups: comp.lang.c++
  4. Subject: RΘp : c++ class browser
  5. Date: 18 Feb 1996 06:45:18 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4g73ge$nb9@newsbf02.news.aol.com>
  9. References: <4ftt44$5gt@unix.sbu.ac.uk>
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11. X-Newsreader: AOL Offline Reader
  12.  
  13. In the article <4ftt44$5gt@unix.sbu.ac.uk>, John Glavey
  14. <glavey@vax.sbu.ac.ik> wrote :
  15.  
  16. >Hi I am a final year student trying to write a c++ class parser.
  17.  
  18. >Are there any applications out there already,  that can be customised 
  19. >so I can pipe out c++ class contents.
  20.  
  21. I have written a C++ pretty-printer. The first step of this pretty-printer
  22. is to build an internal representation of the parsed program ( a tree). I
  23. have built the necessary tools to exploit this tree, you could use them to
  24. create your C++ class browser.
  25.  
  26. If you want a copy of this free software (GNU acceptance) mail me at
  27. Lavileric@aol.com. The only limitation is that your creation will also be
  28. GNU free. 
  29.  
  30. Eric
  31.  
  32.